home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / UU162B.ZIP / WILDCAT.SET < prev    next >
Text File  |  1993-06-23  |  2KB  |  93 lines

  1. ===========================================================================
  2.  BBS: Whalers Walk
  3. Date: 06-15-93 (08:35)             Number: 1438
  4. From: DAVID SPELLMAN               Refer#: 1207
  5.   To: GARTH BIGELOW                Recvd: NO  (PVT)
  6. Subj: UU SETUP                       Conf: (0) Main Board
  7. ---------------------------------------------------------------------------
  8.  
  9. Comm Support Type: Fossil
  10. Input File Type  : Gap     - DOOR.SYS
  11. Input File Path  : D:\PCB\
  12. Import File Path : .\
  13. Export File Path : .\
  14.  
  15. What follows is my batch file I use to run the game.
  16. =====================================================
  17.  
  18. goto node%wcnodeid%
  19.  
  20. :node1
  21. d:
  22. cd\DOORS\UU
  23. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  24. BNU.COM /P1 /M- /L0:0 /F+
  25. ULTIMATE.EXE
  26. BNU.COM /U
  27. C:
  28. goto exit
  29.  
  30. :node6
  31. d:
  32. cd\DOORS\UU
  33. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  34. BNU.COM /P2 /M- /L1:19200 /F+
  35. ULTIMATE.EXE
  36. BNU.COM /U
  37. C:
  38. goto exit
  39.  
  40. :node3
  41. D:
  42. cd\DOORS\UU
  43. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  44. DF ON
  45. ULTIMATE.EXE
  46. DF OFF
  47. C:
  48. goto exit
  49.  
  50. :node4
  51. D:
  52. cd\DOORS\UU
  53. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  54. DF ON
  55. ULTIMATE.EXE
  56. DF OFF
  57. C:
  58. goto exit
  59.  
  60. :node5
  61. D:
  62. cd\DOORS\UU
  63. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  64. DF ON
  65. ULTIMATE.EXE
  66. DF OFF
  67. C:
  68. goto exit
  69.  
  70. :node2
  71. D:
  72. cd\DOORS\UU
  73. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  74. DF ON
  75. ULTIMATE.EXE
  76. DF OFF
  77. C:
  78. goto exit
  79.  
  80. :node7
  81. D:
  82. cd\DOORS\UU
  83. copy c:\wc30\wcwork\node%wcnodeid%\door.sys
  84. DF ON
  85. ULTIMATE.EXE
  86. DF OFF
  87. C:
  88. goto exit
  89.  
  90. :exit
  91. exit
  92.  
  93.